document.write("Resolusi: ");
document.write(screen.width + "*" + screen.height);
document.write("
");
document.write("Area Screen: ");
document.write(screen.availWidth + "*" + screen.availHeight);
document.write("
");
document.write("Kedalaman Warna: ");
document.write(screen.colorDepth);
document.write("
");
document.write("Kedalaman Pixel: ");
document.write(screen.pixelDepth);